home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/postproc/line/r3linegd.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/gadget/r3ieffgd.js")
- var R3CLID_LINEGADGET = 1538;
-
- R3LINEGM_CHANNELCHANGED = 1538000;
-
- function _R3LINEGM_CHANNELCHANGED() {
- return this.r3Do(R3LINEGM_CHANNELCHANGED, arguments);
- }
-
-
- R3LINEGM_TGCHCHANGED = 1538001;
-
- function _R3LINEGM_TGCHCHANGED() {
- return this.r3Do(R3LINEGM_TGCHCHANGED, arguments);
- }
-
-
- R3LINEGM_WCHCHANGED = 1538002;
-
- function _R3LINEGM_WCHCHANGED() {
- return this.r3Do(R3LINEGM_WCHCHANGED, arguments);
- }
-
- function r3Linegadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_LINEGADGET, arguments);
- }
- // Methods
- this.CHANNELCHANGED=_R3LINEGM_CHANNELCHANGED;
- this.TGCHCHANGED=_R3LINEGM_TGCHCHANGED;
- this.WCHCHANGED=_R3LINEGM_WCHCHANGED;
-
- // inc/plugins/postproc/line/r3linegd.h_H